// // StyleKitGF.h // GF Offline Translator // // Created by Cenny Davidsson on 2015-06-19. // Copyright (c) 2015 Grammatical Framework. All rights reserved. // // Generated by PaintCode (www.paintcodeapp.com) // #import #import @interface StyleKitGF : NSObject // Drawing Methods + (void)drawArrowsWithFrame: (CGRect)frame; + (void)drawMenyItemWithFrame: (CGRect)frame; @end